Skip to content

Conversation

wyattscarpenter
Copy link
Contributor

@wyattscarpenter wyattscarpenter commented Aug 8, 2025

What type of PR is this?

  • Bug Fix

A... type signature bug fix.

Description

This is a stab at fixing #669 by making some incomplete types into recursive types; I'm not sure it's correct, but if it is then it will probably save somebody some time down the road if I make this PR now.

How is this tested?

I hope your CI has a typechecking phase! If so, then that.

Related Tickets & Documents

#669

@wyattscarpenter
Copy link
Contributor Author

Sure wish there were a way to signoff from the web interface, ugh...

This is a stab at fixing databricks#669; I'm not sure it's correct, but if it is then it will probably save somebody some time down the road if I make this PR now.

Signed-off-by: wyattscarpenter <[email protected]>
Signed-off-by: wyattscarpenter <[email protected]>
Signed-off-by: wyattscarpenter <[email protected]>
@wyattscarpenter
Copy link
Contributor Author

I feel like the CI failures might not be related to my changes.

dict,
tuple,
list["TAllowedParameterValue"],
dict["TAllowedParameterValue", "TAllowedParameterValue"],
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: is dict[str, "TAllowedParameterValue"] more appropriate?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Quite possibly, quite possibly! (I don't know; I didn't find out.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants